home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2854
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-11-01
|
250b
|
14 lines
on(release){
_root.l6s.gotoAndPlay(2);
if(_root.l5.stand == 1)
{
_root.l5.gotoAndPlay("zasah");
_root.lupziv--;
}
else
{
_root.vetevfall.gotoAndPlay("fall");
}
_root.vetevbut._visible = false;
}